[INFO] fetching crate mtl-sys 1.0.1...
[INFO] fixing mtl-sys-1.0.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate mtl-sys 1.0.1 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate mtl-sys 1.0.1
[INFO] finished tweaking crates.io crate mtl-sys 1.0.1
[INFO] tweaked toml for crates.io crate mtl-sys 1.0.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate mtl-sys 1.0.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate mtl-sys 1.0.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5cb5d913e6edc18e8669d3c724beaddcc9be4e2e2c0efffb02237df5e4a1a899
[INFO] running `Command { std: "docker" "start" "5cb5d913e6edc18e8669d3c724beaddcc9be4e2e2c0efffb02237df5e4a1a899", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5cb5d913e6edc18e8669d3c724beaddcc9be4e2e2c0efffb02237df5e4a1a899" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5cb5d913e6edc18e8669d3c724beaddcc9be4e2e2c0efffb02237df5e4a1a899", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5cb5d913e6edc18e8669d3c724beaddcc9be4e2e2c0efffb02237df5e4a1a899" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking mtl-sys v1.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets
[INFO] [stdout]   --> src/functions.rs:40:31
[INFO] [stdout]    |
[INFO] [stdout] 40 | #[link(name = "Metal", kind = "framework")]
[INFO] [stdout]    |                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets
[INFO] [stdout]    --> src/functions.rs:169:31
[INFO] [stdout]     |
[INFO] [stdout] 169 | #[link(name = "Metal", kind = "framework")]
[INFO] [stdout]     |                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets
[INFO] [stdout]   --> src/functions.rs:40:31
[INFO] [stdout]    |
[INFO] [stdout] 40 | #[link(name = "Metal", kind = "framework")]
[INFO] [stdout]    |                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets
[INFO] [stdout]    --> src/functions.rs:169:31
[INFO] [stdout]     |
[INFO] [stdout] 169 | #[link(name = "Metal", kind = "framework")]
[INFO] [stdout]     |                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `R` may not live long enough
[INFO] [stdout]   --> src/msg_send.rs:88:8
[INFO] [stdout]    |
[INFO] [stdout] 88 |     if is_float::<R>() {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout]    |        |
[INFO] [stdout]    |        the parameter type `R` must be valid for the static lifetime...
[INFO] [stdout]    |        ...so that the type `R` will meet its required lifetime bounds
[INFO] [stdout]    |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub unsafe fn msg_send_0<R: 'static>(obj: *const c_void, sel: Sel) -> R {
[INFO] [stdout]    |                           +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `R` may not live long enough
[INFO] [stdout]    --> src/msg_send.rs:123:8
[INFO] [stdout]     |
[INFO] [stdout] 123 |     if is_float::<R>() {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout]     |        |
[INFO] [stdout]     |        the parameter type `R` must be valid for the static lifetime...
[INFO] [stdout]     |        ...so that the type `R` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 121 | pub unsafe fn msg_send_1<R: 'static, A>(obj: *const c_void, sel: Sel, a: A) -> R {
[INFO] [stdout]     |                           +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `R` may not live long enough
[INFO] [stdout]    --> src/msg_send.rs:155:8
[INFO] [stdout]     |
[INFO] [stdout] 155 |     if is_float::<R>() {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout]     |        |
[INFO] [stdout]     |        the parameter type `R` must be valid for the static lifetime...
[INFO] [stdout]     |        ...so that the type `R` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub unsafe fn msg_send_2<R: 'static, A, B>(obj: *const c_void, sel: Sel, a: A, b: B) -> R {
[INFO] [stdout]     |                           +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `R` may not live long enough
[INFO] [stdout]    --> src/msg_send.rs:187:8
[INFO] [stdout]     |
[INFO] [stdout] 187 |     if is_float::<R>() {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout]     |        |
[INFO] [stdout]     |        the parameter type `R` must be valid for the static lifetime...
[INFO] [stdout]     |        ...so that the type `R` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 185 | pub unsafe fn msg_send_3<R: 'static, A, B, C>(obj: *const c_void, sel: Sel, a: A, b: B, c: C) -> R {
[INFO] [stdout]     |                           +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `R` may not live long enough
[INFO] [stdout]    --> src/msg_send.rs:219:8
[INFO] [stdout]     |
[INFO] [stdout] 219 |     if is_float::<R>() {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout]     |        |
[INFO] [stdout]     |        the parameter type `R` must be valid for the static lifetime...
[INFO] [stdout]     |        ...so that the type `R` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 217 | pub unsafe fn msg_send_4<R: 'static, A, B, C, D>(obj: *const c_void, sel: Sel, a: A, b: B, c: C, d: D) -> R {
[INFO] [stdout]     |                           +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `R` may not live long enough
[INFO] [stdout]    --> src/msg_send.rs:259:8
[INFO] [stdout]     |
[INFO] [stdout] 259 |     if is_float::<R>() {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout]     |        |
[INFO] [stdout]     |        the parameter type `R` must be valid for the static lifetime...
[INFO] [stdout]     |        ...so that the type `R` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 249 | pub unsafe fn msg_send_5<R: 'static, A, B, C, D, E>(
[INFO] [stdout]     |                           +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `R` may not live long enough
[INFO] [stdout]    --> src/msg_send.rs:301:8
[INFO] [stdout]     |
[INFO] [stdout] 301 |     if is_float::<R>() {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout]     |        |
[INFO] [stdout]     |        the parameter type `R` must be valid for the static lifetime...
[INFO] [stdout]     |        ...so that the type `R` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 290 | pub unsafe fn msg_send_6<R: 'static, A, B, C, D, E, F>(
[INFO] [stdout]     |                           +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `R` may not live long enough
[INFO] [stdout]    --> src/msg_send.rs:344:8
[INFO] [stdout]     |
[INFO] [stdout] 344 |     if is_float::<R>() {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout]     |        |
[INFO] [stdout]     |        the parameter type `R` must be valid for the static lifetime...
[INFO] [stdout]     |        ...so that the type `R` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 332 | pub unsafe fn msg_send_7<R: 'static, A, B, C, D, E, F, G>(
[INFO] [stdout]     |                           +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `R` may not live long enough
[INFO] [stdout]    --> src/msg_send.rs:388:8
[INFO] [stdout]     |
[INFO] [stdout] 388 |     if is_float::<R>() {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout]     |        |
[INFO] [stdout]     |        the parameter type `R` must be valid for the static lifetime...
[INFO] [stdout]     |        ...so that the type `R` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 375 | pub unsafe fn msg_send_8<R: 'static, A, B, C, D, E, F, G, H>(
[INFO] [stdout]     |                           +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0310, E0455.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0310`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mtl-sys` (lib) due to 11 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0310]: the parameter type `R` may not live long enough
[INFO] [stdout]   --> src/msg_send.rs:88:8
[INFO] [stdout]    |
[INFO] [stdout] 88 |     if is_float::<R>() {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout]    |        |
[INFO] [stdout]    |        the parameter type `R` must be valid for the static lifetime...
[INFO] [stdout]    |        ...so that the type `R` will meet its required lifetime bounds
[INFO] [stdout]    |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub unsafe fn msg_send_0<R: 'static>(obj: *const c_void, sel: Sel) -> R {
[INFO] [stdout]    |                           +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `R` may not live long enough
[INFO] [stdout]    --> src/msg_send.rs:123:8
[INFO] [stdout]     |
[INFO] [stdout] 123 |     if is_float::<R>() {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout]     |        |
[INFO] [stdout]     |        the parameter type `R` must be valid for the static lifetime...
[INFO] [stdout]     |        ...so that the type `R` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 121 | pub unsafe fn msg_send_1<R: 'static, A>(obj: *const c_void, sel: Sel, a: A) -> R {
[INFO] [stdout]     |                           +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `R` may not live long enough
[INFO] [stdout]    --> src/msg_send.rs:155:8
[INFO] [stdout]     |
[INFO] [stdout] 155 |     if is_float::<R>() {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout]     |        |
[INFO] [stdout]     |        the parameter type `R` must be valid for the static lifetime...
[INFO] [stdout]     |        ...so that the type `R` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub unsafe fn msg_send_2<R: 'static, A, B>(obj: *const c_void, sel: Sel, a: A, b: B) -> R {
[INFO] [stdout]     |                           +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `R` may not live long enough
[INFO] [stdout]    --> src/msg_send.rs:187:8
[INFO] [stdout]     |
[INFO] [stdout] 187 |     if is_float::<R>() {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout]     |        |
[INFO] [stdout]     |        the parameter type `R` must be valid for the static lifetime...
[INFO] [stdout]     |        ...so that the type `R` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 185 | pub unsafe fn msg_send_3<R: 'static, A, B, C>(obj: *const c_void, sel: Sel, a: A, b: B, c: C) -> R {
[INFO] [stdout]     |                           +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `R` may not live long enough
[INFO] [stdout]    --> src/msg_send.rs:219:8
[INFO] [stdout]     |
[INFO] [stdout] 219 |     if is_float::<R>() {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout]     |        |
[INFO] [stdout]     |        the parameter type `R` must be valid for the static lifetime...
[INFO] [stdout]     |        ...so that the type `R` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 217 | pub unsafe fn msg_send_4<R: 'static, A, B, C, D>(obj: *const c_void, sel: Sel, a: A, b: B, c: C, d: D) -> R {
[INFO] [stdout]     |                           +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `R` may not live long enough
[INFO] [stdout]    --> src/msg_send.rs:259:8
[INFO] [stdout]     |
[INFO] [stdout] 259 |     if is_float::<R>() {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout]     |        |
[INFO] [stdout]     |        the parameter type `R` must be valid for the static lifetime...
[INFO] [stdout]     |        ...so that the type `R` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 249 | pub unsafe fn msg_send_5<R: 'static, A, B, C, D, E>(
[INFO] [stdout]     |                           +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `R` may not live long enough
[INFO] [stdout]    --> src/msg_send.rs:301:8
[INFO] [stdout]     |
[INFO] [stdout] 301 |     if is_float::<R>() {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout]     |        |
[INFO] [stdout]     |        the parameter type `R` must be valid for the static lifetime...
[INFO] [stdout]     |        ...so that the type `R` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 290 | pub unsafe fn msg_send_6<R: 'static, A, B, C, D, E, F>(
[INFO] [stdout]     |                           +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `R` may not live long enough
[INFO] [stdout]    --> src/msg_send.rs:344:8
[INFO] [stdout]     |
[INFO] [stdout] 344 |     if is_float::<R>() {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout]     |        |
[INFO] [stdout]     |        the parameter type `R` must be valid for the static lifetime...
[INFO] [stdout]     |        ...so that the type `R` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 332 | pub unsafe fn msg_send_7<R: 'static, A, B, C, D, E, F, G>(
[INFO] [stdout]     |                           +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `R` may not live long enough
[INFO] [stdout]    --> src/msg_send.rs:388:8
[INFO] [stdout]     |
[INFO] [stdout] 388 |     if is_float::<R>() {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout]     |        |
[INFO] [stdout]     |        the parameter type `R` must be valid for the static lifetime...
[INFO] [stdout]     |        ...so that the type `R` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 375 | pub unsafe fn msg_send_8<R: 'static, A, B, C, D, E, F, G, H>(
[INFO] [stdout]     |                           +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0310, E0455.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0310`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mtl-sys` (lib test) due to 11 previous errors
[INFO] running `Command { std: "docker" "inspect" "5cb5d913e6edc18e8669d3c724beaddcc9be4e2e2c0efffb02237df5e4a1a899", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5cb5d913e6edc18e8669d3c724beaddcc9be4e2e2c0efffb02237df5e4a1a899", kill_on_drop: false }`
[INFO] [stdout] 5cb5d913e6edc18e8669d3c724beaddcc9be4e2e2c0efffb02237df5e4a1a899
